home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
timepilot.swf
/
scripts
/
frame_31
/
PlaceObject2_114_9
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-13
|
192 b
|
13 lines
onClipEvent(load){
function reset()
{
_X = random(400) + 25;
_Y = 20;
xspeed = 1;
yspeed = 1;
Start = false;
}
bonusno = 1;
reset();
}